RealtimeDbPushMethodExtra
import { RealtimeDbPushMethodExtra } from "@hyper-fetch/firebase"
Description
Defined in adapter/types/adapter.realtime.types.ts:75
Preview
type RealtimeDbPushMethodExtra = {
key: string;
ref: DatabaseReference;
}
Structure
{
key: string;
ref: DatabaseReference;
}